home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 December / PCWorld_1999-12_cd.bin / Software / TemaCD / WinRar / Linux / rarlnx26b8[1].sfx / rar / rar_faq.txt < prev    next >
Text File  |  1999-10-14  |  9KB  |  201 lines

  1. --------------------------------------------------------------------------
  2.  
  3.                     RAR Frequently Asked Questions (FAQ)
  4.  
  5.            Copyright 1994-99 Eugene Roshal.  All rights reserved.
  6.  
  7. --------------------------------------------------------------------------
  8.  
  9. Published by Eugene Roshal with assistance from the users of RAR, UNRAR,
  10. related utilities, and the RAR support sites.  This document may be freely
  11. distributed for non-commercial and information purposes.  This document 
  12. may not, under any circumstance, be traded, sold, or otherwise used for 
  13. commercial gain or purposes without prior written consent of Eugene 
  14. Roshal.
  15. --------------------------------------------------------------------------
  16.  
  17. Questions listed in this FAQ:
  18. --------------------------------------------------------------------------
  19. Q: When I download a RAR archive using Netscape Navigator or communicator,
  20.    the file is corrupt, what's wrong?
  21.  
  22. Q: RAR incorporates a number of different compression "methods", what are
  23.    the advantages and disadvantages of using them and which one would you 
  24.    recommend for daily use?
  25.  
  26. Q: I've heard a lot about "Solid" archives.  What are they and how can I use
  27.    them?
  28.  
  29. Q: How could a user of my BBS (E-mail system, FTP server etc) extract
  30.    files from RAR archives while RAR is shareware and one must register
  31.    after a 40 day evaluation period?
  32.  
  33. Q: I failed to extract files from a solid multivolume RAR archive because
  34.    one archive volume was damaged (bad floppy diskette). Help me!
  35.  
  36.  
  37. Questions and Answers:
  38. --------------------------------------------------------------------------
  39.  
  40. Q: When I download a RAR archive using Netscape Navigator or Communicator,
  41.    the file is corrupt, what's wrong?
  42.  
  43. A: Apache HTTP server erroneously reports the RAR archive type as
  44.    text/plain and as a result, Netscape Navigator/Communicator treats
  45.    the file as plain text.  To prevent this happening, those webmasters,
  46.    who use Apache, should create .htaccess file in each directory which
  47.    has RAR archives and add the following string to it:
  48.  
  49.    AddType application/x-rar-compressed rar
  50.  
  51.    If .htaccess already exists, this string should be added to the
  52.    already existing file.
  53. --------------------------------------------------------------------------
  54.  
  55. Q: RAR incorporates a number of different compression "methods", what are
  56.    the advantages and disadvantages of using them and which one would you 
  57.    recommend for daily use?
  58.  
  59. A: RAR contains 6 different methods of compressing files, which one you 
  60.    use would depend upon your requirements.  i.e. how much you demand the 
  61.    file be compressed balanced against how much time you are willing to 
  62.    devote to the compression process.  There is always a trade-off and the 
  63.    final choice must be yours.  Our recommendation is to leave compression
  64.    as "Normal" unless you have good reason to change it. 
  65.  
  66.      Store         No compression is used at all, the files are simply 
  67.                    collected into the archive.  This method is quite fast
  68.                    and is useful for simply copying files from one place 
  69.                    to another.
  70.      Fastest       The fastest compression method is applied.  This is
  71.                    slower than the "store" method.
  72.      Fast          A slightly better compression method is used, resulting
  73.                    in a smaller file.
  74.      Normal        A better compression method is used to achieve (almost)
  75.                    optimal compression, at a slight cost in time.
  76.      Good          A better compression method gains another increase of 
  77.                    (0.1 - 0.3%) 
  78.      Best          Uses the best compression method of all at the cost of
  79.                    20% - 100% more time, for the purists only.
  80.  
  81.    Here are the results of a compression test:
  82.  
  83.     Method used   Time taken     %    Compressed size     %
  84.  
  85.        -m0           6.64      37.9       354262       100.00
  86.        -m1          17.52     100.0       270534        76.37
  87.        -m2          17.61     100.5       269431        76.05
  88.        -m3          18.18     103.8       268314        75.74
  89.        -m4          19.22     116.6       268123        75.68
  90.        -m5          20.43     119.7       268091        75.68
  91.  
  92.    As you can see, as the packing method improves, the time required 
  93.    increases, but the increase in time is proportionally much greater than 
  94.    the gain acheived.  This why the default and recommended method is set
  95.    to -m3    
  96.  
  97.    If you wish to obtain the 'ultimate' compression from RAR, without 
  98.    regard for the time taken, then use -s -m5 -mde switches.
  99.  
  100. --------------------------------------------------------------------------
  101.  
  102. Q: I've heard a lot about "Solid" archives.  What are they and how can I use
  103.    them?
  104.  
  105. A: It has been well known, for a long time, that one method of increasing 
  106.    the efficiency of compression, was to copy all the files to be compressed
  107.    into a single file, before compressing them. This is called creating a
  108.    "Solid" file before compressing. There are programs around which indeed
  109.    perform this operation and act as a pre-processor to another archiver.
  110.    RAR handles this function internally and invisibly to the user, it
  111.    simply "sees" all files together as a single data stream, with the
  112.    end result that the final output is significantly smaller than it would
  113.    otherwise be.  The gain to be had from this type of archive can be
  114.    significant and can be 10% - 60% of the size of the original archive.
  115.  
  116.    As with any other gain, there is a price to be paid and that price should 
  117.    be taken into consideration before creating a "Solid" archive.  The best 
  118.    way to understand if using a solid archive is best for you is to answer 
  119.    the following questions:
  120.  
  121.    Q: How often are you going to update or modify the archive?
  122.  
  123.    A: Probably never       ..  Use a solid archive
  124.  
  125.       Rarely               ..  Use a solid archive
  126.  
  127.       Frequently           ..  Use a normal archive
  128.  
  129.    Q: Are you using RAR as a packer for an electronic mail system?
  130.  
  131.    A: Yes                  ..  Use a solid archive
  132.  
  133.    IMPORTANT NOTE:
  134.  
  135.    Beware that to extract a file from solid archive RAR scans the whole
  136.    archive from the beginning.
  137.  
  138.    If you are using RAR to store archives to some unreliable storage media
  139.    (e.g. floppy disks, streamer tapes etc.) you should better use normal,
  140.    non solid mode. And you definetely should use the recovery option.
  141.  
  142.    It is impossible to extract files after damaged place in the solid
  143.    archive. However in some cases special recovery information helps to
  144.    rebuild the damaged archive if it is stored to the archive (the
  145.    recovery option was on, the '-rr' switch or 'rr' command applied).
  146.  
  147. --------------------------------------------------------------------------
  148.  
  149. Q: How could a user of my BBS (E-mail system, FTP server etc) extract
  150.    files from RAR archives while RAR is shareware and one must register
  151.    after a 40 day evaluation period?
  152.  
  153. A: The RAR distribution archive contains a free unRAR utility, unrar.exe,
  154.    which can be used, without paying a license fee, by anyone wanting to 
  155.    extract archives created by RAR.  As an additional BONUS to this, the 
  156.    source code of a portable unRAR is available on www.rarsoft.com
  157.  
  158. --------------------------------------------------------------------------
  159.  
  160. Q: I failed to extract files from a solid multivolume RAR archive because
  161.    one archive volume was damaged (bad floppy diskette). Help me!
  162.  
  163. A: First of all, you should use RAR recovery option (-rr) when storing
  164.    archives onto not reliable media as the floppies are. Generally, it is 
  165.    not recommended to create solid archives in this case, use the normal 
  166.    (non solid) mode instead. You should be aware, that to extract files from
  167.    a particular solid volume RAR scans the whole set of previous archive 
  168.    volumes (.rar or .exe, .r00, .r01 etc).
  169.  
  170.    Steps of recovering process if you have damaged volume of solid archive:
  171.  
  172.    1) Try to repair the damaged volume (the 'r' option, 'repair' command).
  173.       It helps sometimes if RAR recovery was used when creating archive.
  174.       Rename recovered volume _recover.rar to the actual volume name and
  175.       try to process your archive from the first volume to the newly
  176.       recovered (if recovery were not used, RAR builds _reconst.rar).
  177.       
  178.    2) If previous procedure was not to any avail, then, unfortunately, 
  179.       chances to restore files are reduced. You should have source files 
  180.       contained in damaged volume (from the file where archive is broken
  181.       upto the end of the volume). And, you should extract all files from
  182.       all volumes until the CRC error in damaged place.
  183.  
  184.       Re-create volumes of the archive including damaged one, calling
  185.       RAR with the same options and archiving all files in the same order 
  186.       as when you created the archive for the first time. 
  187.  
  188.    If after that you are able to extract files from next volumes, you 
  189.    should say a hundred times "Thank you, my Lord!! I will never use again 
  190.    bad floppies, nor store multivolume solid archive to them without the
  191.    recovery option when there is a bare suspicion (0.000000001 percent of 
  192.    possibility) that the storage media is unreliable".
  193.       
  194. ------------------------------------------------------------------------------
  195. end of file "RAR_faq.txt"
  196.  
  197. ------------------------------------------------------------------------------
  198.  
  199.  
  200.  
  201.